home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Graphic / PageSpinner 3.0.2 / PageSpinner Extensions / Tables / Tables.rsrc / TEXT_210.txt < prev   
Encoding:
Text File  |  2000-06-18  |  1.6 KB  |  70 lines

  1. <HTML><HEAD>
  2. <TITLE>Tables in table</TITLE>
  3. </HEAD>
  4. <BODY BACKGROUND="bgs_medium_dark_g.gif" TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#9966FF" ALINK="#FF0000">
  5.  
  6. <TABLE BORDER="0">
  7. <TR>
  8. <TD VALIGN="top" ALIGN="left" WIDTH="110">
  9.  
  10.     <!-- Left side sub-table -->
  11.     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="110">
  12.     <TR VALIGN="top" ALIGN="left">
  13.     <TD WIDTH="110">
  14.  
  15. <!-- Left side menu contents: -->
  16. <B><FONT COLOR="#FFFF00">Welcome!</FONT></B>
  17. <P>
  18. <A HREF="about.html">About us</A>
  19. <P>
  20. <A HREF="contact.html">Contact us now!</A>
  21. <P>
  22. <IMG SRC="icon_mail4.gif" WIDTH="77" HEIGHT="59" HSPACE="4" VSPACE="4">
  23. <!-- End of left side menu contents -->
  24.     </TD>
  25.     <TD><BR></TD>
  26.     </TR>
  27.     </TABLE>
  28. </TD>
  29.  
  30. <TD VALIGN=Top ALIGN=Left WIDTH="300">
  31. <!-- Right side contents: -->
  32.  
  33. <P>Insert your text here... Insert your text here... Insert your text here... Insert your text here...
  34.  
  35. <P>This column is set to have a width of 300 pixels, but you can change this in the TD-tag above.
  36.  
  37. <!-- End of right side contents -->
  38. </TD>
  39.  
  40. <!-- *** EXTRA COLUMN *** -->
  41. <TD VALIGN="top" ALIGN="left">
  42.  
  43.     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3"  WIDTH="80">
  44.     <TR ALIGN="left" VALIGN="top">
  45.     <TD BGCOLOR="#99CCCC">
  46.     Title
  47.     </TD>
  48.     <TR ALIGN="left" VALIGN="top" BGCOLOR="#FFFFCC">
  49.     <TD>This is a small table inside the main table.</TD>
  50.     </TR>
  51.     </TABLE>
  52.     <BR>
  53.     
  54.     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3"  WIDTH="80">
  55.     <TR ALIGN="left" VALIGN="top" >
  56.     <TD BGCOLOR="#99CCCC">
  57.     Title 2
  58.     </TD>
  59.     <TR ALIGN="left" VALIGN="top" BGCOLOR="#FFFFCC">
  60.     <TD>This is another small table inside the main table.</TD>
  61.     </TR>
  62.     </TABLE>
  63.     
  64. </TD>
  65. </TR>
  66. </TABLE>
  67.  
  68. </BODY>
  69. </HTML>
  70.